home *** CD-ROM | disk | FTP | other *** search
/ Virtual Vibrations / Virtual Vibrations.iso / mac / Virtual Vibrations / STAR.DXR / 00024.ls < prev    next >
Encoding:
Text File  |  1994-10-28  |  186 b   |  14 lines

  1. on enterFrame
  2.   global voice
  3.   puppetPalette("photo menu palette")
  4.   if not (voice = 1) then
  5.     sound stop 2
  6.   end if
  7.   updateStage()
  8. end
  9.  
  10. on exitFrame
  11.   global fixpal
  12.   patchpal()
  13. end
  14.